| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "regedit@^3.0.0",
- "_id": "regedit@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-S7T+QT1wGzxJuj5A9w1MioARVV8=",
- "_location": "/regedit",
- "_phantomChildren": {
- "ms": "2.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "regedit@^3.0.0",
- "name": "regedit",
- "escapedName": "regedit",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/regedit/download/regedit-3.0.0.tgz",
- "_shasum": "4bb4fe413d701b3c49ba3e40f70d4c8a8011555f",
- "_spec": "regedit@^3.0.0",
- "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
- "author": {
- "name": "Yaniv Kessler"
- },
- "bugs": {
- "url": "https://github.com/ironSource/node-regedit/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "debug": "^2.1.1",
- "if-async": "^3.7.4",
- "stream-slicer": "0.0.6",
- "through2": "^0.6.3"
- },
- "deprecated": false,
- "description": "Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host",
- "devDependencies": {
- "eslint": "^3.19.0",
- "husky": "^0.13.4",
- "mocha": "^2.3.4",
- "should": "^4.4.2"
- },
- "homepage": "https://github.com/ironSource/node-regedit",
- "keywords": [
- "windows",
- "registry"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "regedit",
- "os": [
- "win32"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ironSource/node-regedit.git"
- },
- "scripts": {
- "lint": "eslint . --fix",
- "lint:src": "eslint . --fix --ignore-pattern test/",
- "lint:test": "eslint test --fix",
- "prepush": "npm run lint",
- "test": "mocha -R spec"
- },
- "version": "3.0.0"
- }
|