aboutsummaryrefslogtreecommitdiff
path: root/node_modules/to-fast-properties
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/to-fast-properties
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/to-fast-properties')
-rw-r--r--node_modules/to-fast-properties/package.json90
1 files changed, 11 insertions, 79 deletions
diff --git a/node_modules/to-fast-properties/package.json b/node_modules/to-fast-properties/package.json
index 022ddc5da..8dbae5cc4 100644
--- a/node_modules/to-fast-properties/package.json
+++ b/node_modules/to-fast-properties/package.json
@@ -1,76 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "to-fast-properties@^1.0.1",
- "scope": null,
- "escapedName": "to-fast-properties",
- "name": "to-fast-properties",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/babel-types"
- ]
- ],
- "_from": "to-fast-properties@>=1.0.1 <2.0.0",
- "_id": "to-fast-properties@1.0.2",
- "_inCache": true,
- "_location": "/to-fast-properties",
- "_nodeVersion": "4.3.0",
- "_npmOperationalInternal": {
- "host": "packages-13-west.internal.npmjs.com",
- "tmp": "tmp/to-fast-properties-1.0.2.tgz_1458494284238_0.9049524136353284"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.14.12",
- "_phantomChildren": {},
- "_requested": {
- "raw": "to-fast-properties@^1.0.1",
- "scope": null,
- "escapedName": "to-fast-properties",
- "name": "to-fast-properties",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/babel-types"
- ],
- "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz",
- "_shasum": "f3f5c0c3ba7299a7ef99427e44633257ade43320",
- "_shrinkwrap": null,
- "_spec": "to-fast-properties@^1.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/babel-types",
+ "name": "to-fast-properties",
+ "version": "1.0.2",
+ "description": "Force V8 to use fast properties for an object",
+ "license": "MIT",
+ "repository": "sindresorhus/to-fast-properties",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/to-fast-properties/issues"
- },
- "dependencies": {},
- "description": "Force V8 to use fast properties for an object",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "f3f5c0c3ba7299a7ef99427e44633257ade43320",
- "tarball": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "node --allow-natives-syntax test.js"
+ },
"files": [
"index.js"
],
- "gitHead": "f65cab875234f8a9ee9b28df5d4db5c4a92fd0d9",
- "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
"keywords": [
"object",
"obj",
@@ -82,22 +29,7 @@
"convert",
"mode"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "to-fast-properties",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
- },
- "scripts": {
- "test": "node --allow-natives-syntax test.js"
- },
- "version": "1.0.2"
+ "devDependencies": {
+ "ava": "0.0.4"
+ }
}