| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_args": [
- [
- "rcedit@1.0.0",
- "E:\\vscode\\UseStudio.Desktop\\resources\\app"
- ]
- ],
- "_development": true,
- "_from": "rcedit@1.0.0",
- "_id": "rcedit@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-W7DNa34x/3OgWyDHsI172AG/Lr/lZ+PkavFkHj0QhhkBRcV9QTmRJE1tDKrWkx8XHPSBsmZkNv9OKue6pncLFQ==",
- "_location": "/rcedit",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "rcedit@1.0.0",
- "name": "rcedit",
- "escapedName": "rcedit",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/electron-packager"
- ],
- "_resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
- "bugs": {
- "url": "https://github.com/electron/node-rcedit/issues"
- },
- "description": "Node module to edit resources of exe",
- "devDependencies": {
- "got": "^6.7.1",
- "mocha": "^3.0.2",
- "rcinfo": "^0.1.3",
- "standard": "^7.1.2",
- "temp": "^0.8.3"
- },
- "homepage": "https://github.com/electron/node-rcedit#readme",
- "license": "MIT",
- "main": "lib/rcedit.js",
- "name": "rcedit",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron/node-rcedit.git"
- },
- "scripts": {
- "lint": "standard",
- "test": "mocha test/*.js && npm run lint"
- },
- "version": "1.0.0"
- }
|