Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/xtend/package.json')
-rw-r--r--node_modules/xtend/package.json111
1 files changed, 111 insertions, 0 deletions
diff --git a/node_modules/xtend/package.json b/node_modules/xtend/package.json
new file mode 100644
index 000000000..116a2797f
--- /dev/null
+++ b/node_modules/xtend/package.json
@@ -0,0 +1,111 @@
+{
+ "_args": [
+ [
+ "xtend@^4.0.0",
+ "/Users/rebecca/code/npm/node_modules/is-my-json-valid"
+ ]
+ ],
+ "_from": "xtend@>=4.0.0 <5.0.0",
+ "_id": "xtend@4.0.0",
+ "_inCache": true,
+ "_location": "/xtend",
+ "_npmUser": {
+ "email": "raynos2@gmail.com",
+ "name": "raynos"
+ },
+ "_npmVersion": "1.4.15",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "xtend",
+ "raw": "xtend@^4.0.0",
+ "rawSpec": "^4.0.0",
+ "scope": null,
+ "spec": ">=4.0.0 <5.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/is-my-json-valid"
+ ],
+ "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz",
+ "_shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",
+ "_shrinkwrap": null,
+ "_spec": "xtend@^4.0.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/is-my-json-valid",
+ "author": {
+ "email": "raynos2@gmail.com",
+ "name": "Raynos"
+ },
+ "bugs": {
+ "email": "raynos2@gmail.com",
+ "url": "https://github.com/Raynos/xtend/issues"
+ },
+ "contributors": [
+ {
+ "name": "Jake Verbaten"
+ },
+ {
+ "name": "Matt Esch"
+ }
+ ],
+ "dependencies": {},
+ "description": "extend like a boss",
+ "devDependencies": {
+ "tape": "~1.1.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "8bc36ff87aedbe7ce9eaf0bca36b2354a743840f",
+ "tarball": "http://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.4"
+ },
+ "gitHead": "94a95d76154103290533b2c55ffa0fe4be16bfef",
+ "homepage": "https://github.com/Raynos/xtend",
+ "keywords": [
+ "array",
+ "extend",
+ "merge",
+ "object",
+ "options",
+ "opts"
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/raynos/xtend/raw/master/LICENSE"
+ }
+ ],
+ "main": "immutable",
+ "maintainers": [
+ {
+ "name": "raynos",
+ "email": "raynos2@gmail.com"
+ }
+ ],
+ "name": "xtend",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Raynos/xtend.git"
+ },
+ "scripts": {
+ "test": "node test"
+ },
+ "testling": {
+ "browsers": [
+ "chrome/22..latest",
+ "chrome/canary",
+ "firefox/16..latest",
+ "firefox/nightly",
+ "ie/7..latest",
+ "ipad/6.0..latest",
+ "iphone/6.0..latest",
+ "opera/12..latest",
+ "opera/next",
+ "safari/5.1..latest"
+ ],
+ "files": "test.js"
+ },
+ "version": "4.0.0"
+}