mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
add some packages
This commit is contained in:
67
node_modules/private/package.json
generated
vendored
Normal file
67
node_modules/private/package.json
generated
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"_from": "private@^0.1.8",
|
||||
"_id": "private@0.1.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
|
||||
"_location": "/private",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "private@^0.1.8",
|
||||
"name": "private",
|
||||
"escapedName": "private",
|
||||
"rawSpec": "^0.1.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
|
||||
"_shasum": "2381edb3689f7a53d653190060fcf822d2f368ff",
|
||||
"_spec": "private@^0.1.8",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-core",
|
||||
"author": {
|
||||
"name": "Ben Newman",
|
||||
"email": "bn@cs.stanford.edu"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/benjamn/private/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Utility for associating truly private state with any JavaScript object",
|
||||
"devDependencies": {
|
||||
"mocha": "^4.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"files": [
|
||||
"private.js"
|
||||
],
|
||||
"homepage": "http://github.com/benjamn/private",
|
||||
"keywords": [
|
||||
"private",
|
||||
"access control",
|
||||
"access modifiers",
|
||||
"encapsulation",
|
||||
"secret",
|
||||
"state",
|
||||
"privilege",
|
||||
"scope",
|
||||
"es5"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "private.js",
|
||||
"name": "private",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/benjamn/private.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec --full-trace test/run.js"
|
||||
},
|
||||
"version": "0.1.8"
|
||||
}
|
Reference in New Issue
Block a user