first commit
This commit is contained in:
52
WebRoot/node_modules/almond/package.json
generated
vendored
Normal file
52
WebRoot/node_modules/almond/package.json
generated
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"_from": "almond@~0.3.1",
|
||||
"_id": "almond@0.3.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-oOfJWsdiTWQXtElLHmi/9pMWiiA=",
|
||||
"_location": "/almond",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "almond@~0.3.1",
|
||||
"name": "almond",
|
||||
"escapedName": "almond",
|
||||
"rawSpec": "~0.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~0.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/select2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/almond/-/almond-0.3.3.tgz",
|
||||
"_shasum": "a0e7c95ac7624d6417b4494b1e68bff693168a20",
|
||||
"_spec": "almond@~0.3.1",
|
||||
"_where": "D:\\Workspaces\\SSMBootstrap\\WebRoot\\node_modules\\select2",
|
||||
"author": {
|
||||
"name": "James Burke",
|
||||
"email": "jrburke@gmail.com",
|
||||
"url": "http://github.com/jrburke"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/requirejs/almond/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A minimal AMD API implementation for use in optimized browser builds.",
|
||||
"devDependencies": {
|
||||
"connect": "^3.3.4",
|
||||
"serve-static": "^1.9.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"homepage": "http://github.com/requirejs/almond",
|
||||
"license": "MIT",
|
||||
"main": "almond.js",
|
||||
"name": "almond",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/requirejs/almond.git"
|
||||
},
|
||||
"version": "0.3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user